Html Css Color HEX #7E434C Camelot

📋 copy color: '#7E434C'

red 126 ◦ green 67 ◦ blue 76

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

Shades of Camelot #7E434C

Tints of Camelot #7E434C

RGB

 RED value IS 126 (49.61% from 255) = 46.84%

 GREEN value IS 67 (26.56% from 255) = 24.91%

 BLUE value IS 76 (30.08% from 255) = 28.25%

R = 46.84%
G = 24.91%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7E434C (or 0x7E434C) is known color: Camelot. HEX triplet: 7E, 43 and 4C. RGB value is (126,67,76). Sum of RGB (Red+Green+Blue) = 126+67+76=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 126 - color contains mainly: red. Hex color #7E434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E434C is #81BCB3. Grayscale: #555555. Windows color (decimal): -8502452 or 4998014. OLE color: 4998014.

HSL color Cylindrical-coordinate representation of color #7E434C: hue angle of 350.85º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E434C is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 67 76 -
CMYK 0 0.47 0.40 0.51
HSL 350.85º 0.31% 0.38% -
HSV(B) 350.85º 0.47% 0.49% -
XYZ 11.92 8.97 7.94 -
YUV 85.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 126 67 76 0 0.47 0.40 0.51 350.85 0.31 0.38
Hex 7E 43 4C 0 2F 28 33 15F 1F 26
Octal 176 103 114 0 57 50 63 537 37 46
Binary 1111110 1000011 1001100 0 101111 101000 110011 101011111 11111 100110

Color Harmonies of #7E434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E434C

Black with #7E434C

Text Example


Text Example

White with #7E434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E434C; }

 p { color: rgb(126,67,76); }

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

background-color css

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

 a { background-color: rgb(126,67,76); }

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

border-color css

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

 span { border-color: rgb(126,67,76); }

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