Html Css Color HEX #77773F Crete

📋 copy color: '#77773F'

red 119 ◦ green 119 ◦ blue 63

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

Shades of Crete #77773F

Tints of Crete #77773F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.93%

R = 39.53%
G = 39.53%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77773F (or 0x77773F) is known color: Crete. HEX triplet: 77, 77 and 3F. RGB value is (119,119,63). Sum of RGB (Red+Green+Blue) = 119+119+63=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77773F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77773F is #8888C0. Grayscale: #707070. Windows color (decimal): -8947905 or 4159351. OLE color: 4159351.

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

Color convert

RGB 119 119 63 -
CMYK 0 0 0.47 0.53
HSL 60º 0.31% 0.36% -
HSV(B) 60º 0.47% 0.47% -
XYZ 15.1 17.47 7.28 -
YUV 112.62 100 132.55 -
System Red Green Blue C M Y K H S L
Decimal 119 119 63 0 0 0.47 0.53 60 0.31 0.36
Hex 77 77 3F 0 0 2F 35 3C 1F 24
Octal 167 167 77 0 0 57 65 74 37 44
Binary 1110111 1110111 111111 0 0 101111 110101 111100 11111 100100

Color Harmonies of #77773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77773F

Black with #77773F

Text Example


Text Example

White with #77773F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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