Html Css Color HEX #75772A Olivetone

📋 copy color: '#75772A'

red 117 ◦ green 119 ◦ blue 42

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

Shades of Olivetone #75772A

Tints of Olivetone #75772A

RGB

 RED value IS 117 (46.09% from 255) = 42.09%

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

 BLUE value IS 42 (16.8% from 255) = 15.11%

R = 42.09%
G = 42.81%
B = 15.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#75772A (or 0x75772A) is known color: Olivetone. HEX triplet: 75, 77 and 2A. RGB value is (117,119,42). Sum of RGB (Red+Green+Blue) = 117+119+42=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #75772A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75772A is #8A88D5. Grayscale: #6D6D6D. Windows color (decimal): -9078998 or 2783093. OLE color: 2783093.

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

Color convert

RGB 117 119 42 -
CMYK 0.02 0 0.65 0.53
HSL 61.56º 0.48% 0.32% -
HSV(B) 61.56º 0.65% 0.47% -
XYZ 14.35 17.14 4.74 -
YUV 109.62 89.84 133.26 -
System Red Green Blue C M Y K H S L
Decimal 117 119 42 0.02 0 0.65 0.53 61.56 0.48 0.32
Hex 75 77 2A 2 0 41 35 3E 30 20
Octal 165 167 52 2 0 101 65 76 60 40
Binary 1110101 1110111 101010 10 0 1000001 110101 111110 110000 100000

Color Harmonies of #75772A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75772A

Black with #75772A

Text Example


Text Example

White with #75772A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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