Html Css Color HEX #763F38 Crown Of Thorns

📋 copy color: '#763F38'

red 118 ◦ green 63 ◦ blue 56

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

Shades of Crown Of Thorns #763F38

Tints of Crown Of Thorns #763F38

RGB

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

 GREEN value IS 63 (25% from 255) = 26.58%

 BLUE value IS 56 (22.27% from 255) = 23.63%

R = 49.79%
G = 26.58%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#763F38 (or 0x763F38) is known color: Crown Of Thorns. HEX triplet: 76, 3F and 38. RGB value is (118,63,56). Sum of RGB (Red+Green+Blue) = 118+63+56=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #763F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F38 is #89C0C7. Grayscale: #4E4E4E. Windows color (decimal): -9027784 or 3686262. OLE color: 3686262.

HSL color Cylindrical-coordinate representation of color #763F38: hue angle of 6.77º 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 #763F38 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 63 56 -
CMYK 0 0.47 0.53 0.54
HSL 6.77º 0.36% 0.34% -
HSV(B) 6.77º 0.53% 0.46% -
XYZ 9.96 7.69 4.7 -
YUV 78.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 118 63 56 0 0.47 0.53 0.54 6.77 0.36 0.34
Hex 76 3F 38 0 2F 35 36 7 24 22
Octal 166 77 70 0 57 65 66 7 44 42
Binary 1110110 111111 111000 0 101111 110101 110110 111 100100 100010

Color Harmonies of #763F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F38

Black with #763F38

Text Example


Text Example

White with #763F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763F38; }

 p { color: rgb(118,63,56); }

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

background-color css

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

 a { background-color: rgb(118,63,56); }

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

border-color css

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

 span { border-color: rgb(118,63,56); }

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