Html Css Color HEX #77773C Crete

📋 copy color: '#77773C'

red 119 ◦ green 119 ◦ blue 60

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

Shades of Crete #77773C

Tints of Crete #77773C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.13%

R = 39.93%
G = 39.93%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77773C (or 0x77773C) is known color: Crete. HEX triplet: 77, 77 and 3C. RGB value is (119,119,60). Sum of RGB (Red+Green+Blue) = 119+119+60=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77773C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77773C is #8888C3. Grayscale: #707070. Windows color (decimal): -8947908 or 3962743. OLE color: 3962743.

HSL color Cylindrical-coordinate representation of color #77773C: hue angle of 60º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77773C is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 119 60 -
CMYK 0 0 0.50 0.53
HSL 60º 0.33% 0.35% -
HSV(B) 60º 0.5% 0.47% -
XYZ 15.02 17.44 6.85 -
YUV 112.27 98.5 132.8 -
System Red Green Blue C M Y K H S L
Decimal 119 119 60 0 0 0.50 0.53 60 0.33 0.35
Hex 77 77 3C 0 0 32 35 3C 21 23
Octal 167 167 74 0 0 62 65 74 41 43
Binary 1110111 1110111 111100 0 0 110010 110101 111100 100001 100011

Color Harmonies of #77773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77773C

Black with #77773C

Text Example


Text Example

White with #77773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77773C; }

 p { color: rgb(119,119,60); }

 H1.HeaderClassName
 {
   color: #77773C;
 }
 .AnyTagClassName
 {
   color: #77773C;
 }
</style>

background-color css

<style>
 a { background-color: #77773C; }

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

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

border-color css

<style>
 span { border-color: #77773C; }

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

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