Html Css Color HEX #727727 Olivetone

📋 copy color: '#727727'

red 114 ◦ green 119 ◦ blue 39

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

Shades of Olivetone #727727

Tints of Olivetone #727727

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.75%

 BLUE value IS 39 (15.63% from 255) = 14.34%

R = 41.91%
G = 43.75%
B = 14.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#727727 (or 0x727727) is known color: Olivetone. HEX triplet: 72, 77 and 27. RGB value is (114,119,39). Sum of RGB (Red+Green+Blue) = 114+119+39=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #727727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727727 is #8D88D8. Grayscale: #6C6C6C. Windows color (decimal): -9275609 or 2586482. OLE color: 2586482.

HSL color Cylindrical-coordinate representation of color #727727: hue angle of 63.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #727727 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 39 -
CMYK 0.04 0 0.67 0.53
HSL 63.75º 0.51% 0.31% -
HSV(B) 63.75º 0.67% 0.47% -
XYZ 13.9 16.92 4.45 -
YUV 108.39 88.84 132 -
System Red Green Blue C M Y K H S L
Decimal 114 119 39 0.04 0 0.67 0.53 63.75 0.51 0.31
Hex 72 77 27 4 0 43 35 40 33 1F
Octal 162 167 47 4 0 103 65 100 63 37
Binary 1110010 1110111 100111 100 0 1000011 110101 1000000 110011 11111

Color Harmonies of #727727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727727

Black with #727727

Text Example


Text Example

White with #727727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727727; }

 p { color: rgb(114,119,39); }

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

background-color css

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

 a { background-color: rgb(114,119,39); }

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

border-color css

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

 span { border-color: rgb(114,119,39); }

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