Html Css Color HEX #78462F Cumin

📋 copy color: '#78462F'

red 120 ◦ green 70 ◦ blue 47

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

Shades of Cumin #78462F

Tints of Cumin #78462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.54%

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

R = 50.63%
G = 29.54%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#78462F (or 0x78462F) is known color: Cumin. HEX triplet: 78, 46 and 2F. RGB value is (120,70,47). Sum of RGB (Red+Green+Blue) = 120+70+47=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #78462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78462F is #87B9D0. Grayscale: #525252. Windows color (decimal): -8894929 or 3098232. OLE color: 3098232.

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

Color convert

RGB 120 70 47 -
CMYK 0 0.42 0.61 0.53
HSL 18.9º 0.44% 0.33% -
HSV(B) 18.9º 0.61% 0.47% -
XYZ 10.45 8.58 3.79 -
YUV 82.33 108.07 154.87 -
System Red Green Blue C M Y K H S L
Decimal 120 70 47 0 0.42 0.61 0.53 18.9 0.44 0.33
Hex 78 46 2F 0 2A 3D 35 13 2C 21
Octal 170 106 57 0 52 75 65 23 54 41
Binary 1111000 1000110 101111 0 101010 111101 110101 10011 101100 100001

Color Harmonies of #78462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78462F

Black with #78462F

Text Example


Text Example

White with #78462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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