Html Css Color HEX #77751C Olivetone

📋 copy color: '#77751C'

red 119 ◦ green 117 ◦ blue 28

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

Shades of Olivetone #77751C

Tints of Olivetone #77751C

RGB

 RED value IS 119 (46.88% from 255) = 45.08%

 GREEN value IS 117 (46.09% from 255) = 44.32%

 BLUE value IS 28 (11.33% from 255) = 10.61%

R = 45.08%
G = 44.32%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77751C (or 0x77751C) is known color: Olivetone. HEX triplet: 77, 75 and 1C. RGB value is (119,117,28). Sum of RGB (Red+Green+Blue) = 119+117+28=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77751C is #888AE3. Grayscale: #6B6B6B. Windows color (decimal): -8948452 or 1865079. OLE color: 1865079.

HSL color Cylindrical-coordinate representation of color #77751C: hue angle of 58.68º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77751C is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 117 28 -
CMYK 0 0.02 0.76 0.53
HSL 58.68º 0.62% 0.29% -
HSV(B) 58.68º 0.76% 0.47% -
XYZ 14.18 16.73 3.58 -
YUV 107.45 83.16 136.24 -
System Red Green Blue C M Y K H S L
Decimal 119 117 28 0 0.02 0.76 0.53 58.68 0.62 0.29
Hex 77 75 1C 0 2 4C 35 3B 3E 1D
Octal 167 165 34 0 2 114 65 73 76 35
Binary 1110111 1110101 11100 0 10 1001100 110101 111011 111110 11101

Color Harmonies of #77751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77751C

Black with #77751C

Text Example


Text Example

White with #77751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77751C; }

 p { color: rgb(119,117,28); }

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

background-color css

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

 a { background-color: rgb(119,117,28); }

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

border-color css

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

 span { border-color: rgb(119,117,28); }

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