Html Css Color HEX #78372C Crown Of Thorns

📋 copy color: '#78372C'

red 120 ◦ green 55 ◦ blue 44

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

Shades of Crown Of Thorns #78372C

Tints of Crown Of Thorns #78372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.11%

 BLUE value IS 44 (17.58% from 255) = 20.09%

R = 54.79%
G = 25.11%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78372C (or 0x78372C) is known color: Crown Of Thorns. HEX triplet: 78, 37 and 2C. RGB value is (120,55,44). Sum of RGB (Red+Green+Blue) = 120+55+44=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #78372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78372C is #87C8D3. Grayscale: #494949. Windows color (decimal): -8898772 or 2897784. OLE color: 2897784.

HSL color Cylindrical-coordinate representation of color #78372C: hue angle of 8.68º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78372C is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 55 44 -
CMYK 0 0.54 0.63 0.53
HSL 8.68º 0.46% 0.32% -
HSV(B) 8.68º 0.63% 0.47% -
XYZ 9.57 6.91 3.21 -
YUV 73.18 111.53 161.39 -
System Red Green Blue C M Y K H S L
Decimal 120 55 44 0 0.54 0.63 0.53 8.68 0.46 0.32
Hex 78 37 2C 0 36 3F 35 9 2E 20
Octal 170 67 54 0 66 77 65 11 56 40
Binary 1111000 110111 101100 0 110110 111111 110101 1001 101110 100000

Color Harmonies of #78372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78372C

Black with #78372C

Text Example


Text Example

White with #78372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78372C; }

 p { color: rgb(120,55,44); }

 H1.HeaderClassName
 {
   color: #78372C;
 }
 .AnyTagClassName
 {
   color: #78372C;
 }
</style>

background-color css

<style>
 a { background-color: #78372C; }

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

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

border-color css

<style>
 span { border-color: #78372C; }

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

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