Html Css Color HEX #77773D Crete

📋 copy color: '#77773D'

red 119 ◦ green 119 ◦ blue 61

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

Shades of Crete #77773D

Tints of Crete #77773D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.4%

R = 39.8%
G = 39.8%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#77773D (or 0x77773D) is known color: Crete. HEX triplet: 77, 77 and 3D. RGB value is (119,119,61). Sum of RGB (Red+Green+Blue) = 119+119+61=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77773D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77773D is #8888C2. Grayscale: #707070. Windows color (decimal): -8947907 or 4028279. OLE color: 4028279.

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

Color convert

RGB 119 119 61 -
CMYK 0 0 0.49 0.53
HSL 60º 0.32% 0.35% -
HSV(B) 60º 0.49% 0.47% -
XYZ 15.05 17.45 6.99 -
YUV 112.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 119 119 61 0 0 0.49 0.53 60 0.32 0.35
Hex 77 77 3D 0 0 31 35 3C 20 23
Octal 167 167 75 0 0 61 65 74 40 43
Binary 1110111 1110111 111101 0 0 110001 110101 111100 100000 100011

Color Harmonies of #77773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77773D

Black with #77773D

Text Example


Text Example

White with #77773D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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