Html Css Color HEX #78442F Cumin

📋 copy color: '#78442F'

red 120 ◦ green 68 ◦ blue 47

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

Shades of Cumin #78442F

Tints of Cumin #78442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.94%

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

R = 51.06%
G = 28.94%
B = 20%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#78442F (or 0x78442F) is known color: Cumin. HEX triplet: 78, 44 and 2F. RGB value is (120,68,47). Sum of RGB (Red+Green+Blue) = 120+68+47=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78442F is #87BBD0. Grayscale: #515151. Windows color (decimal): -8895441 or 3097720. OLE color: 3097720.

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

Color convert

RGB 120 68 47 -
CMYK 0 0.43 0.61 0.53
HSL 17.26º 0.44% 0.33% -
HSV(B) 17.26º 0.61% 0.47% -
XYZ 10.33 8.33 3.75 -
YUV 81.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 120 68 47 0 0.43 0.61 0.53 17.26 0.44 0.33
Hex 78 44 2F 0 2B 3D 35 11 2C 21
Octal 170 104 57 0 53 75 65 21 54 41
Binary 1111000 1000100 101111 0 101011 111101 110101 10001 101100 100001

Color Harmonies of #78442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78442F

Black with #78442F

Text Example


Text Example

White with #78442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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