Html Css Color HEX #763937 Crown Of Thorns

📋 copy color: '#763937'

red 118 ◦ green 57 ◦ blue 55

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

Shades of Crown Of Thorns #763937

Tints of Crown Of Thorns #763937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.91%

R = 51.3%
G = 24.78%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#763937 (or 0x763937) is known color: Crown Of Thorns. HEX triplet: 76, 39 and 37. RGB value is (118,57,55). Sum of RGB (Red+Green+Blue) = 118+57+55=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #763937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763937 is #89C6C8. Grayscale: #4B4B4B. Windows color (decimal): -9029321 or 3619190. OLE color: 3619190.

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

Color convert

RGB 118 57 55 -
CMYK 0 0.52 0.53 0.54
HSL 1.9º 0.36% 0.34% -
HSV(B) 1.9º 0.53% 0.46% -
XYZ 9.62 7.05 4.47 -
YUV 75.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 118 57 55 0 0.52 0.53 0.54 1.9 0.36 0.34
Hex 76 39 37 0 34 35 36 2 24 22
Octal 166 71 67 0 64 65 66 2 44 42
Binary 1110110 111001 110111 0 110100 110101 110110 10 100100 100010

Color Harmonies of #763937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763937

Black with #763937

Text Example


Text Example

White with #763937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763937; }

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

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

background-color css

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

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

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

border-color css

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

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

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