Html Css Color HEX #763732 Crown Of Thorns

📋 copy color: '#763732'

red 118 ◦ green 55 ◦ blue 50

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

Shades of Crown Of Thorns #763732

Tints of Crown Of Thorns #763732

RGB

 RED value IS 118 (46.48% from 255) = 52.91%

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

 BLUE value IS 50 (19.92% from 255) = 22.42%

R = 52.91%
G = 24.66%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#763732 (or 0x763732) is known color: Crown Of Thorns. HEX triplet: 76, 37 and 32. RGB value is (118,55,50). Sum of RGB (Red+Green+Blue) = 118+55+50=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #763732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763732 is #89C8CD. Grayscale: #494949. Windows color (decimal): -9029838 or 3290998. OLE color: 3290998.

HSL color Cylindrical-coordinate representation of color #763732: hue angle of 4.41º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763732 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 55 50 -
CMYK 0 0.53 0.58 0.54
HSL 4.41º 0.4% 0.33% -
HSV(B) 4.41º 0.58% 0.46% -
XYZ 9.41 6.81 3.84 -
YUV 73.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 118 55 50 0 0.53 0.58 0.54 4.41 0.4 0.33
Hex 76 37 32 0 35 3A 36 4 28 21
Octal 166 67 62 0 65 72 66 4 50 41
Binary 1110110 110111 110010 0 110101 111010 110110 100 101000 100001

Color Harmonies of #763732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763732

Black with #763732

Text Example


Text Example

White with #763732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763732; }

 p { color: rgb(118,55,50); }

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

background-color css

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

 a { background-color: rgb(118,55,50); }

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

border-color css

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

 span { border-color: rgb(118,55,50); }

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