Html Css Color HEX #77753C Crete

📋 copy color: '#77753C'

red 119 ◦ green 117 ◦ blue 60

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

Shades of Crete #77753C

Tints of Crete #77753C

RGB

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

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

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

R = 40.2%
G = 39.53%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77753C (or 0x77753C) is known color: Crete. HEX triplet: 77, 75 and 3C. RGB value is (119,117,60). Sum of RGB (Red+Green+Blue) = 119+117+60=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #77753C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77753C is #888AC3. Grayscale: #6F6F6F. Windows color (decimal): -8948420 or 3962231. OLE color: 3962231.

HSL color Cylindrical-coordinate representation of color #77753C: hue angle of 57.97º 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 #77753C is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 117 60 -
CMYK 0 0.02 0.50 0.53
HSL 57.97º 0.33% 0.35% -
HSV(B) 57.97º 0.5% 0.47% -
XYZ 14.78 16.97 6.77 -
YUV 111.1 99.16 133.63 -
System Red Green Blue C M Y K H S L
Decimal 119 117 60 0 0.02 0.50 0.53 57.97 0.33 0.35
Hex 77 75 3C 0 2 32 35 3A 21 23
Octal 167 165 74 0 2 62 65 72 41 43
Binary 1110111 1110101 111100 0 10 110010 110101 111010 100001 100011

Color Harmonies of #77753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77753C

Black with #77753C

Text Example


Text Example

White with #77753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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