Html Css Color HEX #726B68 Russett

📋 copy color: '#726B68'

red 114 ◦ green 107 ◦ blue 104

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

Shades of Russett #726B68

Tints of Russett #726B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.92%

 BLUE value IS 104 (41.02% from 255) = 32%

R = 35.08%
G = 32.92%
B = 32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#726B68 (or 0x726B68) is known color: Russett. HEX triplet: 72, 6B and 68. RGB value is (114,107,104). Sum of RGB (Red+Green+Blue) = 114+107+104=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 114 - color contains mainly: red. Hex color #726B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B68 is #8D9497. Grayscale: #6C6C6C. Windows color (decimal): -9278616 or 6843250. OLE color: 6843250.

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

Color convert

RGB 114 107 104 -
CMYK 0 0.06 0.09 0.55
HSL 18º 0.05% 0.43% -
HSV(B) 18º 0.09% 0.45% -
XYZ 14.7 15.09 15.24 -
YUV 108.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 114 107 104 0 0.06 0.09 0.55 18 0.05 0.43
Hex 72 6B 68 0 6 9 37 12 5 2B
Octal 162 153 150 0 6 11 67 22 5 53
Binary 1110010 1101011 1101000 0 110 1001 110111 10010 101 101011

Color Harmonies of #726B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B68

Black with #726B68

Text Example


Text Example

White with #726B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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