Html Css Color HEX #7C434C Camelot

📋 copy color: '#7C434C'

red 124 ◦ green 67 ◦ blue 76

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

Shades of Camelot #7C434C

Tints of Camelot #7C434C

RGB

 RED value IS 124 (48.83% from 255) = 46.44%

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

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

R = 46.44%
G = 25.09%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7C434C (or 0x7C434C) is known color: Camelot. HEX triplet: 7C, 43 and 4C. RGB value is (124,67,76). Sum of RGB (Red+Green+Blue) = 124+67+76=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C434C is #83BCB3. Grayscale: #555555. Windows color (decimal): -8633524 or 4998012. OLE color: 4998012.

HSL color Cylindrical-coordinate representation of color #7C434C: hue angle of 350.53º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C434C is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 67 76 -
CMYK 0 0.46 0.39 0.51
HSL 350.53º 0.3% 0.37% -
HSV(B) 350.53º 0.46% 0.49% -
XYZ 11.62 8.82 7.93 -
YUV 85.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 124 67 76 0 0.46 0.39 0.51 350.53 0.3 0.37
Hex 7C 43 4C 0 2E 27 33 15F 1E 25
Octal 174 103 114 0 56 47 63 537 36 45
Binary 1111100 1000011 1001100 0 101110 100111 110011 101011111 11110 100101

Color Harmonies of #7C434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C434C

Black with #7C434C

Text Example


Text Example

White with #7C434C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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