Html Css Color HEX #78382F Crown Of Thorns

📋 copy color: '#78382F'

red 120 ◦ green 56 ◦ blue 47

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

Shades of Crown Of Thorns #78382F

Tints of Crown Of Thorns #78382F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.11%

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

R = 53.81%
G = 25.11%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#78382F (or 0x78382F) is known color: Crown Of Thorns. HEX triplet: 78, 38 and 2F. RGB value is (120,56,47). Sum of RGB (Red+Green+Blue) = 120+56+47=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #78382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78382F is #87C7D0. Grayscale: #4A4A4A. Windows color (decimal): -8898513 or 3094648. OLE color: 3094648.

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

Color convert

RGB 120 56 47 -
CMYK 0 0.53 0.61 0.53
HSL 7.4º 0.44% 0.33% -
HSV(B) 7.4º 0.61% 0.47% -
XYZ 9.67 7.03 3.54 -
YUV 74.11 112.7 160.73 -
System Red Green Blue C M Y K H S L
Decimal 120 56 47 0 0.53 0.61 0.53 7.4 0.44 0.33
Hex 78 38 2F 0 35 3D 35 7 2C 21
Octal 170 70 57 0 65 75 65 7 54 41
Binary 1111000 111000 101111 0 110101 111101 110101 111 101100 100001

Color Harmonies of #78382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78382F

Black with #78382F

Text Example


Text Example

White with #78382F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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