Html Css Color HEX #78782F Crete

📋 copy color: '#78782F'

red 120 ◦ green 120 ◦ blue 47

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

Shades of Crete #78782F

Tints of Crete #78782F

RGB

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

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

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

R = 41.81%
G = 41.81%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#78782F (or 0x78782F) is known color: Crete. HEX triplet: 78, 78 and 2F. RGB value is (120,120,47). Sum of RGB (Red+Green+Blue) = 120+120+47=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 120 - color contains mainly: red, green. Hex color #78782F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78782F is #8787D0. Grayscale: #6F6F6F. Windows color (decimal): -8882129 or 3111032. OLE color: 3111032.

HSL color Cylindrical-coordinate representation of color #78782F: hue angle of 60º 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 #78782F is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 120 47 -
CMYK 0 0 0.61 0.53
HSL 60º 0.44% 0.33% -
HSV(B) 60º 0.61% 0.47% -
XYZ 14.98 17.63 5.3 -
YUV 111.68 91.5 133.94 -
System Red Green Blue C M Y K H S L
Decimal 120 120 47 0 0 0.61 0.53 60 0.44 0.33
Hex 78 78 2F 0 0 3D 35 3C 2C 21
Octal 170 170 57 0 0 75 65 74 54 41
Binary 1111000 1111000 101111 0 0 111101 110101 111100 101100 100001

Color Harmonies of #78782F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78782F

Black with #78782F

Text Example


Text Example

White with #78782F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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