Html Css Color HEX #77392F Crown Of Thorns

📋 copy color: '#77392F'

red 119 ◦ green 57 ◦ blue 47

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

Shades of Crown Of Thorns #77392F

Tints of Crown Of Thorns #77392F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.08%

R = 53.36%
G = 25.56%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77392F (or 0x77392F) is known color: Crown Of Thorns. HEX triplet: 77, 39 and 2F. RGB value is (119,57,47). Sum of RGB (Red+Green+Blue) = 119+57+47=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #77392F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77392F is #88C6D0. Grayscale: #4A4A4A. Windows color (decimal): -8963793 or 3094903. OLE color: 3094903.

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

Color convert

RGB 119 57 47 -
CMYK 0 0.52 0.61 0.53
HSL 8.33º 0.43% 0.33% -
HSV(B) 8.33º 0.61% 0.47% -
XYZ 9.58 7.05 3.55 -
YUV 74.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 119 57 47 0 0.52 0.61 0.53 8.33 0.43 0.33
Hex 77 39 2F 0 34 3D 35 8 2B 21
Octal 167 71 57 0 64 75 65 10 53 41
Binary 1110111 111001 101111 0 110100 111101 110101 1000 101011 100001

Color Harmonies of #77392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77392F

Black with #77392F

Text Example


Text Example

White with #77392F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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