Html Css Color HEX #77752F Crete

📋 copy color: '#77752F'

red 119 ◦ green 117 ◦ blue 47

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

Shades of Crete #77752F

Tints of Crete #77752F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 42.05%
G = 41.34%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77752F (or 0x77752F) is known color: Crete. HEX triplet: 77, 75 and 2F. RGB value is (119,117,47). Sum of RGB (Red+Green+Blue) = 119+117+47=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #77752F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77752F is #888AD0. Grayscale: #6D6D6D. Windows color (decimal): -8948433 or 3110263. OLE color: 3110263.

HSL color Cylindrical-coordinate representation of color #77752F: hue angle of 58.33º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77752F is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 117 47 -
CMYK 0 0.02 0.61 0.53
HSL 58.33º 0.43% 0.33% -
HSV(B) 58.33º 0.61% 0.47% -
XYZ 14.48 16.85 5.18 -
YUV 109.62 92.66 134.69 -
System Red Green Blue C M Y K H S L
Decimal 119 117 47 0 0.02 0.61 0.53 58.33 0.43 0.33
Hex 77 75 2F 0 2 3D 35 3A 2B 21
Octal 167 165 57 0 2 75 65 72 53 41
Binary 1110111 1110101 101111 0 10 111101 110101 111010 101011 100001

Color Harmonies of #77752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77752F

Black with #77752F

Text Example


Text Example

White with #77752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77752F; }

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

 H1.HeaderClassName
 {
   color: #77752F;
 }
 .AnyTagClassName
 {
   color: #77752F;
 }
</style>

background-color css

<style>
 a { background-color: #77752F; }

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

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

border-color css

<style>
 span { border-color: #77752F; }

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

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