Html Css Color HEX #72636B Scorpion

📋 copy color: '#72636B'

red 114 ◦ green 99 ◦ blue 107

#72636B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scorpion #72636B

Tints of Scorpion #72636B

RGB

 RED value IS 114 (44.92% from 255) = 35.63%

 GREEN value IS 99 (39.06% from 255) = 30.94%

 BLUE value IS 107 (42.19% from 255) = 33.44%

R = 35.63%
G = 30.94%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#72636B (or 0x72636B) is known color: Scorpion. HEX triplet: 72, 63 and 6B. RGB value is (114,99,107). Sum of RGB (Red+Green+Blue) = 114+99+107=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 114 - color contains mainly: red. Hex color #72636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72636B is #8D9C94. Grayscale: #686868. Windows color (decimal): -9280661 or 7037810. OLE color: 7037810.

HSL color Cylindrical-coordinate representation of color #72636B: hue angle of 328º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #72636B is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 99 107 -
CMYK 0 0.13 0.06 0.55
HSL 328º 0.07% 0.42% -
HSV(B) 328º 0.13% 0.45% -
XYZ 14.06 13.56 15.79 -
YUV 104.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 114 99 107 0 0.13 0.06 0.55 328 0.07 0.42
Hex 72 63 6B 0 D 6 37 148 7 2A
Octal 162 143 153 0 15 6 67 510 7 52
Binary 1110010 1100011 1101011 0 1101 110 110111 101001000 111 101010

Color Harmonies of #72636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72636B

Black with #72636B

Text Example


Text Example

White with #72636B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72636B; }

 p { color: rgb(114,99,107); }

 H1.HeaderClassName
 {
   color: #72636B;
 }
 .AnyTagClassName
 {
   color: #72636B;
 }
</style>

background-color css

<style>
 a { background-color: #72636B; }

 a { background-color: rgb(114,99,107); }

 div.DivClassName
 {
   background-color: #72636B;
 }
 .BgClassName
 {
   background-color: #72636B;
 }
</style>

border-color css

<style>
 span { border-color: #72636B; }

 span { border-color: rgb(114,99,107); }

 td.TdClassName
 {
   border-color: #72636B;
 }
 .TagClassName
 {
   border-color: #72636B;
 }
</style>