Html Css Color HEX #726669 Scorpion

📋 copy color: '#726669'

red 114 ◦ green 102 ◦ blue 105

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

Shades of Scorpion #726669

Tints of Scorpion #726669

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.78%

 BLUE value IS 105 (41.41% from 255) = 32.71%

R = 35.51%
G = 31.78%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#726669 (or 0x726669) is known color: Scorpion. HEX triplet: 72, 66 and 69. RGB value is (114,102,105). Sum of RGB (Red+Green+Blue) = 114+102+105=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 114 - color contains mainly: red. Hex color #726669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726669 is #8D9996. Grayscale: #696969. Windows color (decimal): -9279895 or 6907506. OLE color: 6907506.

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

Color convert

RGB 114 102 105 -
CMYK 0 0.11 0.08 0.55
HSL 345º 0.06% 0.42% -
HSV(B) 345º 0.11% 0.45% -
XYZ 14.24 14.1 15.34 -
YUV 105.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 114 102 105 0 0.11 0.08 0.55 345 0.06 0.42
Hex 72 66 69 0 B 8 37 159 6 2A
Octal 162 146 151 0 13 10 67 531 6 52
Binary 1110010 1100110 1101001 0 1011 1000 110111 101011001 110 101010

Color Harmonies of #726669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726669

Black with #726669

Text Example


Text Example

White with #726669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726669; }

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

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

background-color css

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

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

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

border-color css

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

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

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