Html Css Color HEX #76782D Crete

📋 copy color: '#76782D'

red 118 ◦ green 120 ◦ blue 45

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

Shades of Crete #76782D

Tints of Crete #76782D

RGB

 RED value IS 118 (46.48% from 255) = 41.7%

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

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

R = 41.7%
G = 42.4%
B = 15.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#76782D (or 0x76782D) is known color: Crete. HEX triplet: 76, 78 and 2D. RGB value is (118,120,45). Sum of RGB (Red+Green+Blue) = 118+120+45=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #76782D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76782D is #8987D2. Grayscale: #6F6F6F. Windows color (decimal): -9013203 or 2979958. OLE color: 2979958.

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

Color convert

RGB 118 120 45 -
CMYK 0.02 0 0.63 0.53
HSL 61.6º 0.45% 0.32% -
HSV(B) 61.6º 0.63% 0.47% -
XYZ 14.66 17.47 5.08 -
YUV 110.85 90.84 133.1 -
System Red Green Blue C M Y K H S L
Decimal 118 120 45 0.02 0 0.63 0.53 61.6 0.45 0.32
Hex 76 78 2D 2 0 3F 35 3E 2D 20
Octal 166 170 55 2 0 77 65 76 55 40
Binary 1110110 1111000 101101 10 0 111111 110101 111110 101101 100000

Color Harmonies of #76782D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76782D

Black with #76782D

Text Example


Text Example

White with #76782D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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