Html Css Color HEX #77392C Crown Of Thorns

📋 copy color: '#77392C'

red 119 ◦ green 57 ◦ blue 44

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

Shades of Crown Of Thorns #77392C

Tints of Crown Of Thorns #77392C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.91%

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

R = 54.09%
G = 25.91%
B = 20%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#77392C (or 0x77392C) is known color: Crown Of Thorns. HEX triplet: 77, 39 and 2C. RGB value is (119,57,44). Sum of RGB (Red+Green+Blue) = 119+57+44=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #77392C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77392C is #88C6D3. Grayscale: #4A4A4A. Windows color (decimal): -8963796 or 2898295. OLE color: 2898295.

HSL color Cylindrical-coordinate representation of color #77392C: hue angle of 10.4º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77392C is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 57 44 -
CMYK 0 0.52 0.63 0.53
HSL 10.4º 0.46% 0.32% -
HSV(B) 10.4º 0.63% 0.47% -
XYZ 9.53 7.03 3.24 -
YUV 74.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 119 57 44 0 0.52 0.63 0.53 10.4 0.46 0.32
Hex 77 39 2C 0 34 3F 35 A 2E 20
Octal 167 71 54 0 64 77 65 12 56 40
Binary 1110111 111001 101100 0 110100 111111 110101 1010 101110 100000

Color Harmonies of #77392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77392C

Black with #77392C

Text Example


Text Example

White with #77392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77392C; }

 p { color: rgb(119,57,44); }

 H1.HeaderClassName
 {
   color: #77392C;
 }
 .AnyTagClassName
 {
   color: #77392C;
 }
</style>

background-color css

<style>
 a { background-color: #77392C; }

 a { background-color: rgb(119,57,44); }

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

border-color css

<style>
 span { border-color: #77392C; }

 span { border-color: rgb(119,57,44); }

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