Html Css Color HEX #77352E Crown Of Thorns

📋 copy color: '#77352E'

red 119 ◦ green 53 ◦ blue 46

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

Shades of Crown Of Thorns #77352E

Tints of Crown Of Thorns #77352E

RGB

 RED value IS 119 (46.88% from 255) = 54.59%

 GREEN value IS 53 (21.09% from 255) = 24.31%

 BLUE value IS 46 (18.36% from 255) = 21.1%

R = 54.59%
G = 24.31%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77352E (or 0x77352E) is known color: Crown Of Thorns. HEX triplet: 77, 35 and 2E. RGB value is (119,53,46). Sum of RGB (Red+Green+Blue) = 119+53+46=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77352E is #88CAD1. Grayscale: #484848. Windows color (decimal): -8964818 or 3028343. OLE color: 3028343.

HSL color Cylindrical-coordinate representation of color #77352E: hue angle of 5.75º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77352E is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 46 -
CMYK 0 0.55 0.61 0.53
HSL 5.75º 0.44% 0.32% -
HSV(B) 5.75º 0.61% 0.47% -
XYZ 9.37 6.67 3.38 -
YUV 71.94 113.37 161.57 -
System Red Green Blue C M Y K H S L
Decimal 119 53 46 0 0.55 0.61 0.53 5.75 0.44 0.32
Hex 77 35 2E 0 37 3D 35 6 2C 20
Octal 167 65 56 0 67 75 65 6 54 40
Binary 1110111 110101 101110 0 110111 111101 110101 110 101100 100000

Color Harmonies of #77352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77352E

Black with #77352E

Text Example


Text Example

White with #77352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77352E; }

 p { color: rgb(119,53,46); }

 H1.HeaderClassName
 {
   color: #77352E;
 }
 .AnyTagClassName
 {
   color: #77352E;
 }
</style>

background-color css

<style>
 a { background-color: #77352E; }

 a { background-color: rgb(119,53,46); }

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

border-color css

<style>
 span { border-color: #77352E; }

 span { border-color: rgb(119,53,46); }

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