Html Css Color HEX #78782E Crete

📋 copy color: '#78782E'

red 120 ◦ green 120 ◦ blue 46

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

Shades of Crete #78782E

Tints of Crete #78782E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.08%

R = 41.96%
G = 41.96%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#78782E (or 0x78782E) is known color: Crete. HEX triplet: 78, 78 and 2E. RGB value is (120,120,46). Sum of RGB (Red+Green+Blue) = 120+120+46=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 120 - color contains mainly: red, green. Hex color #78782E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78782E is #8787D1. Grayscale: #6F6F6F. Windows color (decimal): -8882130 or 3045496. OLE color: 3045496.

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

Color convert

RGB 120 120 46 -
CMYK 0 0 0.62 0.53
HSL 60º 0.45% 0.33% -
HSV(B) 60º 0.62% 0.47% -
XYZ 14.96 17.62 5.2 -
YUV 111.56 91 134.02 -
System Red Green Blue C M Y K H S L
Decimal 120 120 46 0 0 0.62 0.53 60 0.45 0.33
Hex 78 78 2E 0 0 3E 35 3C 2D 21
Octal 170 170 56 0 0 76 65 74 55 41
Binary 1111000 1111000 101110 0 0 111110 110101 111100 101101 100001

Color Harmonies of #78782E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78782E

Black with #78782E

Text Example


Text Example

White with #78782E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78782E; }

 p { color: rgb(120,120,46); }

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

background-color css

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

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

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

border-color css

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

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

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