Html Css Color HEX #7B372D Crown Of Thorns

📋 copy color: '#7B372D'

red 123 ◦ green 55 ◦ blue 45

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

Shades of Crown Of Thorns #7B372D

Tints of Crown Of Thorns #7B372D

RGB

 RED value IS 123 (48.44% from 255) = 55.16%

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

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

R = 55.16%
G = 24.66%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.52

RGB Variations

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

Color information

#7B372D (or 0x7B372D) is known color: Crown Of Thorns. HEX triplet: 7B, 37 and 2D. RGB value is (123,55,45). Sum of RGB (Red+Green+Blue) = 123+55+45=223 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.16% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 123 - color contains mainly: red. Hex color #7B372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B372D is #84C8D2. Grayscale: #4A4A4A. Windows color (decimal): -8702163 or 2963323. OLE color: 2963323.

HSL color Cylindrical-coordinate representation of color #7B372D: hue angle of 7.69º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B372D is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 55 45 -
CMYK 0 0.55 0.63 0.52
HSL 7.69º 0.46% 0.33% -
HSV(B) 7.69º 0.63% 0.48% -
XYZ 10.01 7.13 3.33 -
YUV 74.19 111.53 162.81 -
System Red Green Blue C M Y K H S L
Decimal 123 55 45 0 0.55 0.63 0.52 7.69 0.46 0.33
Hex 7B 37 2D 0 37 3F 34 8 2E 21
Octal 173 67 55 0 67 77 64 10 56 41
Binary 1111011 110111 101101 0 110111 111111 110100 1000 101110 100001

Color Harmonies of #7B372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B372D

Black with #7B372D

Text Example


Text Example

White with #7B372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B372D; }

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

 H1.HeaderClassName
 {
   color: #7B372D;
 }
 .AnyTagClassName
 {
   color: #7B372D;
 }
</style>

background-color css

<style>
 a { background-color: #7B372D; }

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

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

border-color css

<style>
 span { border-color: #7B372D; }

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

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