Html Css Color HEX #77782F Crete

📋 copy color: '#77782F'

red 119 ◦ green 120 ◦ blue 47

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

Shades of Crete #77782F

Tints of Crete #77782F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.43%

R = 41.61%
G = 41.96%
B = 16.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77782F (or 0x77782F) is known color: Crete. HEX triplet: 77, 78 and 2F. RGB value is (119,120,47). Sum of RGB (Red+Green+Blue) = 119+120+47=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #77782F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77782F is #8887D0. Grayscale: #6F6F6F. Windows color (decimal): -8947665 or 3111031. OLE color: 3111031.

HSL color Cylindrical-coordinate representation of color #77782F: hue angle of 60.82º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77782F is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 120 47 -
CMYK 0.01 0 0.61 0.53
HSL 60.82º 0.44% 0.33% -
HSV(B) 60.82º 0.61% 0.47% -
XYZ 14.84 17.56 5.3 -
YUV 111.38 91.67 133.44 -
System Red Green Blue C M Y K H S L
Decimal 119 120 47 0.01 0 0.61 0.53 60.82 0.44 0.33
Hex 77 78 2F 1 0 3D 35 3D 2C 21
Octal 167 170 57 1 0 75 65 75 54 41
Binary 1110111 1111000 101111 1 0 111101 110101 111101 101100 100001

Color Harmonies of #77782F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77782F

Black with #77782F

Text Example


Text Example

White with #77782F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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