Html Css Color HEX #777730 Crete

📋 copy color: '#777730'

red 119 ◦ green 119 ◦ blue 48

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

Shades of Crete #777730

Tints of Crete #777730

RGB

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

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

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

R = 41.61%
G = 41.61%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#777730 (or 0x777730) is known color: Crete. HEX triplet: 77, 77 and 30. RGB value is (119,119,48). Sum of RGB (Red+Green+Blue) = 119+119+48=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777730 is #8888CF. Grayscale: #6F6F6F. Windows color (decimal): -8947920 or 3176311. OLE color: 3176311.

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

Color convert

RGB 119 119 48 -
CMYK 0 0 0.60 0.53
HSL 60º 0.43% 0.33% -
HSV(B) 60º 0.6% 0.47% -
XYZ 14.74 17.33 5.36 -
YUV 110.91 92.5 133.77 -
System Red Green Blue C M Y K H S L
Decimal 119 119 48 0 0 0.60 0.53 60 0.43 0.33
Hex 77 77 30 0 0 3C 35 3C 2B 21
Octal 167 167 60 0 0 74 65 74 53 41
Binary 1110111 1110111 110000 0 0 111100 110101 111100 101011 100001

Color Harmonies of #777730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777730

Black with #777730

Text Example


Text Example

White with #777730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777730; }

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

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

background-color css

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

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

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

border-color css

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

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

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