Html Css Color HEX #72616B Scorpion

📋 copy color: '#72616B'

red 114 ◦ green 97 ◦ blue 107

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

Shades of Scorpion #72616B

Tints of Scorpion #72616B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.5%

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

R = 35.85%
G = 30.5%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#72616B (or 0x72616B) is known color: Scorpion. HEX triplet: 72, 61 and 6B. RGB value is (114,97,107). Sum of RGB (Red+Green+Blue) = 114+97+107=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 114 - color contains mainly: red. Hex color #72616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72616B is #8D9E94. Grayscale: #676767. Windows color (decimal): -9281173 or 7037298. OLE color: 7037298.

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

Color convert

RGB 114 97 107 -
CMYK 0 0.15 0.06 0.55
HSL 324.71º 0.08% 0.41% -
HSV(B) 324.71º 0.15% 0.45% -
XYZ 13.87 13.19 15.72 -
YUV 103.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 114 97 107 0 0.15 0.06 0.55 324.71 0.08 0.41
Hex 72 61 6B 0 F 6 37 145 8 29
Octal 162 141 153 0 17 6 67 505 10 51
Binary 1110010 1100001 1101011 0 1111 110 110111 101000101 1000 101001

Color Harmonies of #72616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72616B

Black with #72616B

Text Example


Text Example

White with #72616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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