Html Css Color HEX #777334 Crete

📋 copy color: '#777334'

red 119 ◦ green 115 ◦ blue 52

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

Shades of Crete #777334

Tints of Crete #777334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.21%

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 41.61%
G = 40.21%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#777334 (or 0x777334) is known color: Crete. HEX triplet: 77, 73 and 34. RGB value is (119,115,52). Sum of RGB (Red+Green+Blue) = 119+115+52=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #777334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777334 is #888CCB. Grayscale: #6D6D6D. Windows color (decimal): -8948940 or 3437431. OLE color: 3437431.

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

Color convert

RGB 119 115 52 -
CMYK 0 0.03 0.56 0.53
HSL 56.42º 0.39% 0.34% -
HSV(B) 56.42º 0.56% 0.47% -
XYZ 14.36 16.43 5.66 -
YUV 109.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 119 115 52 0 0.03 0.56 0.53 56.42 0.39 0.34
Hex 77 73 34 0 3 38 35 38 27 22
Octal 167 163 64 0 3 70 65 70 47 42
Binary 1110111 1110011 110100 0 11 111000 110101 111000 100111 100010

Color Harmonies of #777334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777334

Black with #777334

Text Example


Text Example

White with #777334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777334; }

 p { color: rgb(119,115,52); }

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

background-color css

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

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

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

border-color css

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

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

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