Html Css Color HEX #777638 Crete

📋 copy color: '#777638'

red 119 ◦ green 118 ◦ blue 56

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

Shades of Crete #777638

Tints of Crete #777638

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.27%

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

R = 40.61%
G = 40.27%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#777638 (or 0x777638) is known color: Crete. HEX triplet: 77, 76 and 38. RGB value is (119,118,56). Sum of RGB (Red+Green+Blue) = 119+118+56=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #777638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777638 is #8889C7. Grayscale: #6F6F6F. Windows color (decimal): -8948168 or 3700343. OLE color: 3700343.

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

Color convert

RGB 119 118 56 -
CMYK 0 0.01 0.53 0.53
HSL 59.05º 0.36% 0.34% -
HSV(B) 59.05º 0.53% 0.47% -
XYZ 14.8 17.16 6.27 -
YUV 111.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 119 118 56 0 0.01 0.53 0.53 59.05 0.36 0.34
Hex 77 76 38 0 1 35 35 3B 24 22
Octal 167 166 70 0 1 65 65 73 44 42
Binary 1110111 1110110 111000 0 1 110101 110101 111011 100100 100010

Color Harmonies of #777638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777638

Black with #777638

Text Example


Text Example

White with #777638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777638; }

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

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

background-color css

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

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

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

border-color css

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

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

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