Html Css Color HEX #777230 Crete

📋 copy color: '#777230'

red 119 ◦ green 114 ◦ blue 48

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

Shades of Crete #777230

Tints of Crete #777230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 42.35%
G = 40.57%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#777230 (or 0x777230) is known color: Crete. HEX triplet: 77, 72 and 30. RGB value is (119,114,48). Sum of RGB (Red+Green+Blue) = 119+114+48=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #777230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777230 is #888DCF. Grayscale: #6C6C6C. Windows color (decimal): -8949200 or 3175031. OLE color: 3175031.

HSL color Cylindrical-coordinate representation of color #777230: hue angle of 55.77º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #777230 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 114 48 -
CMYK 0 0.04 0.60 0.53
HSL 55.77º 0.43% 0.33% -
HSV(B) 55.77º 0.6% 0.47% -
XYZ 14.16 16.17 5.17 -
YUV 107.97 94.16 135.87 -
System Red Green Blue C M Y K H S L
Decimal 119 114 48 0 0.04 0.60 0.53 55.77 0.43 0.33
Hex 77 72 30 0 4 3C 35 38 2B 21
Octal 167 162 60 0 4 74 65 70 53 41
Binary 1110111 1110010 110000 0 100 111100 110101 111000 101011 100001

Color Harmonies of #777230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777230

Black with #777230

Text Example


Text Example

White with #777230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777230; }

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

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

background-color css

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

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

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

border-color css

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

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

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