Html Css Color HEX #777235 Crete

📋 copy color: '#777235'

red 119 ◦ green 114 ◦ blue 53

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

Shades of Crete #777235

Tints of Crete #777235

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.86%

 BLUE value IS 53 (21.09% from 255) = 18.53%

R = 41.61%
G = 39.86%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#777235 (or 0x777235) is known color: Crete. HEX triplet: 77, 72 and 35. RGB value is (119,114,53). Sum of RGB (Red+Green+Blue) = 119+114+53=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #777235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777235 is #888DCA. Grayscale: #6C6C6C. Windows color (decimal): -8949195 or 3502711. OLE color: 3502711.

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

Color convert

RGB 119 114 53 -
CMYK 0 0.04 0.55 0.53
HSL 55.45º 0.38% 0.34% -
HSV(B) 55.45º 0.55% 0.47% -
XYZ 14.27 16.21 5.75 -
YUV 108.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 119 114 53 0 0.04 0.55 0.53 55.45 0.38 0.34
Hex 77 72 35 0 4 37 35 37 26 22
Octal 167 162 65 0 4 67 65 67 46 42
Binary 1110111 1110010 110101 0 100 110111 110101 110111 100110 100010

Color Harmonies of #777235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777235

Black with #777235

Text Example


Text Example

White with #777235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777235; }

 p { color: rgb(119,114,53); }

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

background-color css

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

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

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

border-color css

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

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

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