Html Css Color HEX #763447 Camelot

📋 copy color: '#763447'

red 118 ◦ green 52 ◦ blue 71

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

Shades of Camelot #763447

Tints of Camelot #763447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

 BLUE value IS 71 (28.13% from 255) = 29.46%

R = 48.96%
G = 21.58%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#763447 (or 0x763447) is known color: Camelot. HEX triplet: 76, 34 and 47. RGB value is (118,52,71). Sum of RGB (Red+Green+Blue) = 118+52+71=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #763447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763447 is #89CBB8. Grayscale: #494949. Windows color (decimal): -9030585 or 4666486. OLE color: 4666486.

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

Color convert

RGB 118 52 71 -
CMYK 0 0.56 0.40 0.54
HSL 342.73º 0.39% 0.33% -
HSV(B) 342.73º 0.56% 0.46% -
XYZ 9.84 6.76 6.75 -
YUV 73.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 118 52 71 0 0.56 0.40 0.54 342.73 0.39 0.33
Hex 76 34 47 0 38 28 36 157 27 21
Octal 166 64 107 0 70 50 66 527 47 41
Binary 1110110 110100 1000111 0 111000 101000 110110 101010111 100111 100001

Color Harmonies of #763447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763447

Black with #763447

Text Example


Text Example

White with #763447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763447; }

 p { color: rgb(118,52,71); }

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

background-color css

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

 a { background-color: rgb(118,52,71); }

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

border-color css

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

 span { border-color: rgb(118,52,71); }

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