Html Css Color HEX #763443 Camelot

📋 copy color: '#763443'

red 118 ◦ green 52 ◦ blue 67

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

Shades of Camelot #763443

Tints of Camelot #763443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.27%

R = 49.79%
G = 21.94%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#763443 (or 0x763443) is known color: Camelot. HEX triplet: 76, 34 and 43. RGB value is (118,52,67). Sum of RGB (Red+Green+Blue) = 118+52+67=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #763443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763443 is #89CBBC. Grayscale: #494949. Windows color (decimal): -9030589 or 4404342. OLE color: 4404342.

HSL color Cylindrical-coordinate representation of color #763443: hue angle of 346.36º 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 #763443 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 52 67 -
CMYK 0 0.56 0.43 0.54
HSL 346.36º 0.39% 0.33% -
HSV(B) 346.36º 0.56% 0.46% -
XYZ 9.71 6.71 6.09 -
YUV 73.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 118 52 67 0 0.56 0.43 0.54 346.36 0.39 0.33
Hex 76 34 43 0 38 2B 36 15A 27 21
Octal 166 64 103 0 70 53 66 532 47 41
Binary 1110110 110100 1000011 0 111000 101011 110110 101011010 100111 100001

Color Harmonies of #763443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763443

Black with #763443

Text Example


Text Example

White with #763443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763443; }

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

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

background-color css

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

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

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

border-color css

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

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

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