Html Css Color HEX #77782D Crete

📋 copy color: '#77782D'

red 119 ◦ green 120 ◦ blue 45

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

Shades of Crete #77782D

Tints of Crete #77782D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.25%

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 41.9%
G = 42.25%
B = 15.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#77782D (or 0x77782D) is known color: Crete. HEX triplet: 77, 78 and 2D. RGB value is (119,120,45). Sum of RGB (Red+Green+Blue) = 119+120+45=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 120 - color contains mainly: green. Hex color #77782D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77782D is #8887D2. Grayscale: #6F6F6F. Windows color (decimal): -8947667 or 2979959. OLE color: 2979959.

HSL color Cylindrical-coordinate representation of color #77782D: hue angle of 60.8º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77782D is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 120 45 -
CMYK 0.01 0 0.63 0.53
HSL 60.8º 0.45% 0.32% -
HSV(B) 60.8º 0.63% 0.47% -
XYZ 14.8 17.54 5.09 -
YUV 111.15 90.67 133.6 -
System Red Green Blue C M Y K H S L
Decimal 119 120 45 0.01 0 0.63 0.53 60.8 0.45 0.32
Hex 77 78 2D 1 0 3F 35 3D 2D 20
Octal 167 170 55 1 0 77 65 75 55 40
Binary 1110111 1111000 101101 1 0 111111 110101 111101 101101 100000

Color Harmonies of #77782D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77782D

Black with #77782D

Text Example


Text Example

White with #77782D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77782D; }

 p { color: rgb(119,120,45); }

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

background-color css

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

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

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

border-color css

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

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

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