Html Css Color HEX #777534 Crete

📋 copy color: '#777534'

red 119 ◦ green 117 ◦ blue 52

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

Shades of Crete #777534

Tints of Crete #777534

RGB

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

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

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

R = 41.32%
G = 40.63%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#777534 (or 0x777534) is known color: Crete. HEX triplet: 77, 75 and 34. RGB value is (119,117,52). Sum of RGB (Red+Green+Blue) = 119+117+52=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #777534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777534 is #888ACB. Grayscale: #6E6E6E. Windows color (decimal): -8948428 or 3437943. OLE color: 3437943.

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

Color convert

RGB 119 117 52 -
CMYK 0 0.02 0.56 0.53
HSL 58.21º 0.39% 0.34% -
HSV(B) 58.21º 0.56% 0.47% -
XYZ 14.59 16.89 5.74 -
YUV 110.19 95.16 134.29 -
System Red Green Blue C M Y K H S L
Decimal 119 117 52 0 0.02 0.56 0.53 58.21 0.39 0.34
Hex 77 75 34 0 2 38 35 3A 27 22
Octal 167 165 64 0 2 70 65 72 47 42
Binary 1110111 1110101 110100 0 10 111000 110101 111010 100111 100010

Color Harmonies of #777534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777534

Black with #777534

Text Example


Text Example

White with #777534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777534; }

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

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

background-color css

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

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

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

border-color css

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

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

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