Html Css Color HEX #7F344B Camelot

📋 copy color: '#7F344B'

red 127 ◦ green 52 ◦ blue 75

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

Shades of Camelot #7F344B

Tints of Camelot #7F344B

RGB

 RED value IS 127 (50% from 255) = 50%

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

 BLUE value IS 75 (29.69% from 255) = 29.53%

R = 50%
G = 20.47%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#7F344B (or 0x7F344B) is known color: Camelot. HEX triplet: 7F, 34 and 4B. RGB value is (127,52,75). Sum of RGB (Red+Green+Blue) = 127+52+75=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F344B is #80CBB4. Grayscale: #4D4D4D. Windows color (decimal): -8440757 or 4928639. OLE color: 4928639.

HSL color Cylindrical-coordinate representation of color #7F344B: hue angle of 341.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F344B is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 52 75 -
CMYK 0 0.59 0.41 0.50
HSL 341.6º 0.42% 0.35% -
HSV(B) 341.6º 0.59% 0.5% -
XYZ 11.25 7.48 7.51 -
YUV 77.05 126.85 163.63 -
System Red Green Blue C M Y K H S L
Decimal 127 52 75 0 0.59 0.41 0.50 341.6 0.42 0.35
Hex 7F 34 4B 0 3B 29 32 156 2A 23
Octal 177 64 113 0 73 51 62 526 52 43
Binary 1111111 110100 1001011 0 111011 101001 110010 101010110 101010 100011

Color Harmonies of #7F344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F344B

Black with #7F344B

Text Example


Text Example

White with #7F344B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,52,75); }

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

background-color css

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

 a { background-color: rgb(127,52,75); }

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

border-color css

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

 span { border-color: rgb(127,52,75); }

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