Html Css Color HEX #7B362C Crown Of Thorns

📋 copy color: '#7B362C'

red 123 ◦ green 54 ◦ blue 44

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

Shades of Crown Of Thorns #7B362C

Tints of Crown Of Thorns #7B362C

RGB

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

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

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

R = 55.66%
G = 24.43%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.52

RGB Variations

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

Color information

#7B362C (or 0x7B362C) is known color: Crown Of Thorns. HEX triplet: 7B, 36 and 2C. RGB value is (123,54,44). Sum of RGB (Red+Green+Blue) = 123+54+44=221 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.66% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 123 - color contains mainly: red. Hex color #7B362C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B362C is #84C9D3. Grayscale: #494949. Windows color (decimal): -8702420 or 2897531. OLE color: 2897531.

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

Color convert

RGB 123 54 44 -
CMYK 0 0.56 0.64 0.52
HSL 7.59º 0.47% 0.33% -
HSV(B) 7.59º 0.64% 0.48% -
XYZ 9.94 7.03 3.22 -
YUV 73.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 123 54 44 0 0.56 0.64 0.52 7.59 0.47 0.33
Hex 7B 36 2C 0 38 40 34 8 2F 21
Octal 173 66 54 0 70 100 64 10 57 41
Binary 1111011 110110 101100 0 111000 1000000 110100 1000 101111 100001

Color Harmonies of #7B362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B362C

Black with #7B362C

Text Example


Text Example

White with #7B362C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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