Html Css Color HEX #72636A Scorpion

📋 copy color: '#72636A'

red 114 ◦ green 99 ◦ blue 106

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

Shades of Scorpion #72636A

Tints of Scorpion #72636A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 35.74%
G = 31.03%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#72636A (or 0x72636A) is known color: Scorpion. HEX triplet: 72, 63 and 6A. RGB value is (114,99,106). Sum of RGB (Red+Green+Blue) = 114+99+106=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 114 - color contains mainly: red. Hex color #72636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72636A is #8D9C95. Grayscale: #686868. Windows color (decimal): -9280662 or 6972274. OLE color: 6972274.

HSL color Cylindrical-coordinate representation of color #72636A: hue angle of 332º 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 #72636A is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 99 106 -
CMYK 0 0.13 0.07 0.55
HSL 332º 0.07% 0.42% -
HSV(B) 332º 0.13% 0.45% -
XYZ 14 13.54 15.51 -
YUV 104.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 114 99 106 0 0.13 0.07 0.55 332 0.07 0.42
Hex 72 63 6A 0 D 7 37 14C 7 2A
Octal 162 143 152 0 15 7 67 514 7 52
Binary 1110010 1100011 1101010 0 1101 111 110111 101001100 111 101010

Color Harmonies of #72636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72636A

Black with #72636A

Text Example


Text Example

White with #72636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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