Html Css Color HEX #78372D Crown Of Thorns

📋 copy color: '#78372D'

red 120 ◦ green 55 ◦ blue 45

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

Shades of Crown Of Thorns #78372D

Tints of Crown Of Thorns #78372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.45%

R = 54.55%
G = 25%
B = 20.45%

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

#78372D (or 0x78372D) is known color: Crown Of Thorns. HEX triplet: 78, 37 and 2D. RGB value is (120,55,45). Sum of RGB (Red+Green+Blue) = 120+55+45=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #78372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78372D is #87C8D2. Grayscale: #494949. Windows color (decimal): -8898771 or 2963320. OLE color: 2963320.

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

Color convert

RGB 120 55 45 -
CMYK 0 0.54 0.63 0.53
HSL 0.45% 0.32% -
HSV(B) 0.63% 0.47% -
XYZ 9.59 6.91 3.31 -
YUV 73.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 120 55 45 0 0.54 0.63 0.53 8 0.45 0.32
Hex 78 37 2D 0 36 3F 35 8 2D 20
Octal 170 67 55 0 66 77 65 10 55 40
Binary 1111000 110111 101101 0 110110 111111 110101 1000 101101 100000

Color Harmonies of #78372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78372D

Black with #78372D

Text Example


Text Example

White with #78372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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