Html Css Color HEX #7B382C Crown Of Thorns

📋 copy color: '#7B382C'

red 123 ◦ green 56 ◦ blue 44

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

Shades of Crown Of Thorns #7B382C

Tints of Crown Of Thorns #7B382C

RGB

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

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

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

R = 55.16%
G = 25.11%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.52

RGB Variations

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

Color information

#7B382C (or 0x7B382C) is known color: Crown Of Thorns. HEX triplet: 7B, 38 and 2C. RGB value is (123,56,44). Sum of RGB (Red+Green+Blue) = 123+56+44=223 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.16% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 123 - color contains mainly: red. Hex color #7B382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B382C is #84C7D3. Grayscale: #4A4A4A. Windows color (decimal): -8701908 or 2898043. OLE color: 2898043.

HSL color Cylindrical-coordinate representation of color #7B382C: hue angle of 9.11º 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 #7B382C is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 56 44 -
CMYK 0 0.54 0.64 0.52
HSL 9.11º 0.47% 0.33% -
HSV(B) 9.11º 0.64% 0.48% -
XYZ 10.04 7.22 3.25 -
YUV 74.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 123 56 44 0 0.54 0.64 0.52 9.11 0.47 0.33
Hex 7B 38 2C 0 36 40 34 9 2F 21
Octal 173 70 54 0 66 100 64 11 57 41
Binary 1111011 111000 101100 0 110110 1000000 110100 1001 101111 100001

Color Harmonies of #7B382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B382C

Black with #7B382C

Text Example


Text Example

White with #7B382C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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