Html Css Color HEX #7D434F Camelot

📋 copy color: '#7D434F'

red 125 ◦ green 67 ◦ blue 79

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

Shades of Camelot #7D434F

Tints of Camelot #7D434F

RGB

 RED value IS 125 (49.22% from 255) = 46.13%

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

 BLUE value IS 79 (31.25% from 255) = 29.15%

R = 46.13%
G = 24.72%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7D434F (or 0x7D434F) is known color: Camelot. HEX triplet: 7D, 43 and 4F. RGB value is (125,67,79). Sum of RGB (Red+Green+Blue) = 125+67+79=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D434F is #82BCB0. Grayscale: #555555. Windows color (decimal): -8567985 or 5194621. OLE color: 5194621.

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

Color convert

RGB 125 67 79 -
CMYK 0 0.46 0.37 0.51
HSL 347.59º 0.3% 0.38% -
HSV(B) 347.59º 0.46% 0.49% -
XYZ 11.88 8.94 8.5 -
YUV 85.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 125 67 79 0 0.46 0.37 0.51 347.59 0.3 0.38
Hex 7D 43 4F 0 2E 25 33 15C 1E 26
Octal 175 103 117 0 56 45 63 534 36 46
Binary 1111101 1000011 1001111 0 101110 100101 110011 101011100 11110 100110

Color Harmonies of #7D434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D434F

Black with #7D434F

Text Example


Text Example

White with #7D434F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,67,79); }

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

background-color css

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

 a { background-color: rgb(125,67,79); }

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

border-color css

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

 span { border-color: rgb(125,67,79); }

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