Html Css Color HEX #77782B Crete

📋 copy color: '#77782B'

red 119 ◦ green 120 ◦ blue 43

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

Shades of Crete #77782B

Tints of Crete #77782B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 42.2%
G = 42.55%
B = 15.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#77782B (or 0x77782B) is known color: Crete. HEX triplet: 77, 78 and 2B. RGB value is (119,120,43). Sum of RGB (Red+Green+Blue) = 119+120+43=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 120 - color contains mainly: green. Hex color #77782B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77782B is #8887D4. Grayscale: #6F6F6F. Windows color (decimal): -8947669 or 2848887. OLE color: 2848887.

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

Color convert

RGB 119 120 43 -
CMYK 0.01 0 0.64 0.53
HSL 60.78º 0.47% 0.32% -
HSV(B) 60.78º 0.64% 0.47% -
XYZ 14.76 17.53 4.89 -
YUV 110.92 89.67 133.76 -
System Red Green Blue C M Y K H S L
Decimal 119 120 43 0.01 0 0.64 0.53 60.78 0.47 0.32
Hex 77 78 2B 1 0 40 35 3D 2F 20
Octal 167 170 53 1 0 100 65 75 57 40
Binary 1110111 1111000 101011 1 0 1000000 110101 111101 101111 100000

Color Harmonies of #77782B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77782B

Black with #77782B

Text Example


Text Example

White with #77782B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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