Html Css Color HEX #77751A Olivetone

📋 copy color: '#77751A'

red 119 ◦ green 117 ◦ blue 26

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

Shades of Olivetone #77751A

Tints of Olivetone #77751A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.92%

R = 45.42%
G = 44.66%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77751A (or 0x77751A) is known color: Olivetone. HEX triplet: 77, 75 and 1A. RGB value is (119,117,26). Sum of RGB (Red+Green+Blue) = 119+117+26=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77751A is #888AE5. Grayscale: #6B6B6B. Windows color (decimal): -8948454 or 1734007. OLE color: 1734007.

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

Color convert

RGB 119 117 26 -
CMYK 0 0.02 0.78 0.53
HSL 58.71º 0.64% 0.28% -
HSV(B) 58.71º 0.78% 0.47% -
XYZ 14.16 16.72 3.46 -
YUV 107.22 82.16 136.4 -
System Red Green Blue C M Y K H S L
Decimal 119 117 26 0 0.02 0.78 0.53 58.71 0.64 0.28
Hex 77 75 1A 0 2 4E 35 3B 40 1C
Octal 167 165 32 0 2 116 65 73 100 34
Binary 1110111 1110101 11010 0 10 1001110 110101 111011 1000000 11100

Color Harmonies of #77751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77751A

Black with #77751A

Text Example


Text Example

White with #77751A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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