Html Css Color HEX #75772D Olivetone

📋 copy color: '#75772D'

red 117 ◦ green 119 ◦ blue 45

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

Shades of Olivetone #75772D

Tints of Olivetone #75772D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.01%

R = 41.64%
G = 42.35%
B = 16.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#75772D (or 0x75772D) is known color: Olivetone. HEX triplet: 75, 77 and 2D. RGB value is (117,119,45). Sum of RGB (Red+Green+Blue) = 117+119+45=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #75772D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75772D is #8A88D2. Grayscale: #6E6E6E. Windows color (decimal): -9078995 or 2979701. OLE color: 2979701.

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

Color convert

RGB 117 119 45 -
CMYK 0.02 0 0.62 0.53
HSL 61.62º 0.45% 0.32% -
HSV(B) 61.62º 0.62% 0.47% -
XYZ 14.41 17.17 5.04 -
YUV 109.97 91.34 133.02 -
System Red Green Blue C M Y K H S L
Decimal 117 119 45 0.02 0 0.62 0.53 61.62 0.45 0.32
Hex 75 77 2D 2 0 3E 35 3E 2D 20
Octal 165 167 55 2 0 76 65 76 55 40
Binary 1110101 1110111 101101 10 0 111110 110101 111110 101101 100000

Color Harmonies of #75772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75772D

Black with #75772D

Text Example


Text Example

White with #75772D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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