Html Css Color HEX #77751E Olivetone

📋 copy color: '#77751E'

red 119 ◦ green 117 ◦ blue 30

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

Shades of Olivetone #77751E

Tints of Olivetone #77751E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.28%

R = 44.74%
G = 43.98%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#77751E (or 0x77751E) is known color: Olivetone. HEX triplet: 77, 75 and 1E. RGB value is (119,117,30). Sum of RGB (Red+Green+Blue) = 119+117+30=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77751E is #888AE1. Grayscale: #6C6C6C. Windows color (decimal): -8948450 or 1996151. OLE color: 1996151.

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

Color convert

RGB 119 117 30 -
CMYK 0 0.02 0.75 0.53
HSL 58.65º 0.6% 0.29% -
HSV(B) 58.65º 0.75% 0.47% -
XYZ 14.2 16.74 3.71 -
YUV 107.68 84.16 136.07 -
System Red Green Blue C M Y K H S L
Decimal 119 117 30 0 0.02 0.75 0.53 58.65 0.6 0.29
Hex 77 75 1E 0 2 4B 35 3B 3C 1D
Octal 167 165 36 0 2 113 65 73 74 35
Binary 1110111 1110101 11110 0 10 1001011 110101 111011 111100 11101

Color Harmonies of #77751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77751E

Black with #77751E

Text Example


Text Example

White with #77751E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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