Html Css Color HEX #78392B Crown Of Thorns

📋 copy color: '#78392B'

red 120 ◦ green 57 ◦ blue 43

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

Shades of Crown Of Thorns #78392B

Tints of Crown Of Thorns #78392B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.91%

 BLUE value IS 43 (17.19% from 255) = 19.55%

R = 54.55%
G = 25.91%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#78392B (or 0x78392B) is known color: Crown Of Thorns. HEX triplet: 78, 39 and 2B. RGB value is (120,57,43). Sum of RGB (Red+Green+Blue) = 120+57+43=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #78392B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78392B is #87C6D4. Grayscale: #4A4A4A. Windows color (decimal): -8898261 or 2832760. OLE color: 2832760.

HSL color Cylindrical-coordinate representation of color #78392B: hue angle of 10.91º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78392B is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 57 43 -
CMYK 0 0.52 0.64 0.53
HSL 10.91º 0.47% 0.32% -
HSV(B) 10.91º 0.64% 0.47% -
XYZ 9.64 7.09 3.15 -
YUV 74.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 120 57 43 0 0.52 0.64 0.53 10.91 0.47 0.32
Hex 78 39 2B 0 34 40 35 B 2F 20
Octal 170 71 53 0 64 100 65 13 57 40
Binary 1111000 111001 101011 0 110100 1000000 110101 1011 101111 100000

Color Harmonies of #78392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78392B

Black with #78392B

Text Example


Text Example

White with #78392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78392B; }

 p { color: rgb(120,57,43); }

 H1.HeaderClassName
 {
   color: #78392B;
 }
 .AnyTagClassName
 {
   color: #78392B;
 }
</style>

background-color css

<style>
 a { background-color: #78392B; }

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

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

border-color css

<style>
 span { border-color: #78392B; }

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

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