Html Css Color HEX #7B362A Crown Of Thorns

📋 copy color: '#7B362A'

red 123 ◦ green 54 ◦ blue 42

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

Shades of Crown Of Thorns #7B362A

Tints of Crown Of Thorns #7B362A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.66%

 BLUE value IS 42 (16.8% from 255) = 19.18%

R = 56.16%
G = 24.66%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#7B362A (or 0x7B362A) is known color: Crown Of Thorns. HEX triplet: 7B, 36 and 2A. RGB value is (123,54,42). Sum of RGB (Red+Green+Blue) = 123+54+42=219 (29% of max value = 765). Red value is 123 (48.44% from 255 or 56.16% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 123 - color contains mainly: red. Hex color #7B362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B362A is #84C9D5. Grayscale: #494949. Windows color (decimal): -8702422 or 2766459. OLE color: 2766459.

HSL color Cylindrical-coordinate representation of color #7B362A: hue angle of 8.89º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B362A is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 54 42 -
CMYK 0 0.56 0.66 0.52
HSL 8.89º 0.49% 0.32% -
HSV(B) 8.89º 0.66% 0.48% -
XYZ 9.91 7.02 3.02 -
YUV 73.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 123 54 42 0 0.56 0.66 0.52 8.89 0.49 0.32
Hex 7B 36 2A 0 38 42 34 9 31 20
Octal 173 66 52 0 70 102 64 11 61 40
Binary 1111011 110110 101010 0 111000 1000010 110100 1001 110001 100000

Color Harmonies of #7B362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B362A

Black with #7B362A

Text Example


Text Example

White with #7B362A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,54,42); }

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

background-color css

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

 a { background-color: rgb(123,54,42); }

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

border-color css

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

 span { border-color: rgb(123,54,42); }

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