Html Css Color HEX #777027 Crete

📋 copy color: '#777027'

red 119 ◦ green 112 ◦ blue 39

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

Shades of Crete #777027

Tints of Crete #777027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.44%

R = 44.07%
G = 41.48%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#777027 (or 0x777027) is known color: Crete. HEX triplet: 77, 70 and 27. RGB value is (119,112,39). Sum of RGB (Red+Green+Blue) = 119+112+39=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #777027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777027 is #888FD8. Grayscale: #6A6A6A. Windows color (decimal): -8949721 or 2584695. OLE color: 2584695.

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

Color convert

RGB 119 112 39 -
CMYK 0 0.06 0.67 0.53
HSL 54.75º 0.51% 0.31% -
HSV(B) 54.75º 0.67% 0.47% -
XYZ 13.77 15.66 4.22 -
YUV 105.77 90.32 137.44 -
System Red Green Blue C M Y K H S L
Decimal 119 112 39 0 0.06 0.67 0.53 54.75 0.51 0.31
Hex 77 70 27 0 6 43 35 37 33 1F
Octal 167 160 47 0 6 103 65 67 63 37
Binary 1110111 1110000 100111 0 110 1000011 110101 110111 110011 11111

Color Harmonies of #777027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777027

Black with #777027

Text Example


Text Example

White with #777027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777027; }

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

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

background-color css

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

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

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

border-color css

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

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

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