Html Css Color HEX #777028 Crete

📋 copy color: '#777028'

red 119 ◦ green 112 ◦ blue 40

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

Shades of Crete #777028

Tints of Crete #777028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.33%

 BLUE value IS 40 (16.02% from 255) = 14.76%

R = 43.91%
G = 41.33%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#777028 (or 0x777028) is known color: Crete. HEX triplet: 77, 70 and 28. RGB value is (119,112,40). Sum of RGB (Red+Green+Blue) = 119+112+40=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #777028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777028 is #888FD7. Grayscale: #6A6A6A. Windows color (decimal): -8949720 or 2650231. OLE color: 2650231.

HSL color Cylindrical-coordinate representation of color #777028: hue angle of 54.68º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #777028 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 40 -
CMYK 0 0.06 0.66 0.53
HSL 54.68º 0.5% 0.31% -
HSV(B) 54.68º 0.66% 0.47% -
XYZ 13.78 15.66 4.3 -
YUV 105.89 90.82 137.35 -
System Red Green Blue C M Y K H S L
Decimal 119 112 40 0 0.06 0.66 0.53 54.68 0.5 0.31
Hex 77 70 28 0 6 42 35 37 32 1F
Octal 167 160 50 0 6 102 65 67 62 37
Binary 1110111 1110000 101000 0 110 1000010 110101 110111 110010 11111

Color Harmonies of #777028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777028

Black with #777028

Text Example


Text Example

White with #777028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777028; }

 p { color: rgb(119,112,40); }

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

background-color css

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

 a { background-color: rgb(119,112,40); }

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

border-color css

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

 span { border-color: rgb(119,112,40); }

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