Html Css Color HEX #777538 Crete

📋 copy color: '#777538'

red 119 ◦ green 117 ◦ blue 56

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

Shades of Crete #777538

Tints of Crete #777538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.18%

R = 40.75%
G = 40.07%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#777538 (or 0x777538) is known color: Crete. HEX triplet: 77, 75 and 38. RGB value is (119,117,56). Sum of RGB (Red+Green+Blue) = 119+117+56=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #777538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777538 is #888AC7. Grayscale: #6E6E6E. Windows color (decimal): -8948424 or 3700087. OLE color: 3700087.

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

Color convert

RGB 119 117 56 -
CMYK 0 0.02 0.53 0.53
HSL 58.1º 0.36% 0.34% -
HSV(B) 58.1º 0.53% 0.47% -
XYZ 14.68 16.93 6.24 -
YUV 110.64 97.16 133.96 -
System Red Green Blue C M Y K H S L
Decimal 119 117 56 0 0.02 0.53 0.53 58.1 0.36 0.34
Hex 77 75 38 0 2 35 35 3A 24 22
Octal 167 165 70 0 2 65 65 72 44 42
Binary 1110111 1110101 111000 0 10 110101 110101 111010 100100 100010

Color Harmonies of #777538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777538

Black with #777538

Text Example


Text Example

White with #777538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777538; }

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

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

background-color css

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

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

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

border-color css

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

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

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