Html Css Color HEX #72696B Scorpion

📋 copy color: '#72696B'

red 114 ◦ green 105 ◦ blue 107

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

Shades of Scorpion #72696B

Tints of Scorpion #72696B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.21%

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

R = 34.97%
G = 32.21%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#72696B (or 0x72696B) is known color: Scorpion. HEX triplet: 72, 69 and 6B. RGB value is (114,105,107). Sum of RGB (Red+Green+Blue) = 114+105+107=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 114 - color contains mainly: red. Hex color #72696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72696B is #8D9694. Grayscale: #6B6B6B. Windows color (decimal): -9279125 or 7039346. OLE color: 7039346.

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

Color convert

RGB 114 105 107 -
CMYK 0 0.08 0.06 0.55
HSL 346.67º 0.04% 0.43% -
HSV(B) 346.67º 0.08% 0.45% -
XYZ 14.64 14.74 15.98 -
YUV 107.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 114 105 107 0 0.08 0.06 0.55 346.67 0.04 0.43
Hex 72 69 6B 0 8 6 37 15B 4 2B
Octal 162 151 153 0 10 6 67 533 4 53
Binary 1110010 1101001 1101011 0 1000 110 110111 101011011 100 101011

Color Harmonies of #72696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72696B

Black with #72696B

Text Example


Text Example

White with #72696B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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