Html Css Color HEX #7B3730 Crown Of Thorns

📋 copy color: '#7B3730'

red 123 ◦ green 55 ◦ blue 48

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

Shades of Crown Of Thorns #7B3730

Tints of Crown Of Thorns #7B3730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.24%

R = 54.42%
G = 24.34%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#7B3730 (or 0x7B3730) is known color: Crown Of Thorns. HEX triplet: 7B, 37 and 30. RGB value is (123,55,48). Sum of RGB (Red+Green+Blue) = 123+55+48=226 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.42% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3730 is #84C8CF. Grayscale: #4A4A4A. Windows color (decimal): -8702160 or 3159931. OLE color: 3159931.

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

Color convert

RGB 123 55 48 -
CMYK 0 0.55 0.61 0.52
HSL 5.6º 0.44% 0.34% -
HSV(B) 5.6º 0.61% 0.48% -
XYZ 10.07 7.16 3.65 -
YUV 74.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 123 55 48 0 0.55 0.61 0.52 5.6 0.44 0.34
Hex 7B 37 30 0 37 3D 34 6 2C 22
Octal 173 67 60 0 67 75 64 6 54 42
Binary 1111011 110111 110000 0 110111 111101 110100 110 101100 100010

Color Harmonies of #7B3730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3730

Black with #7B3730

Text Example


Text Example

White with #7B3730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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