Html Css Color HEX #7B434C Camelot

📋 copy color: '#7B434C'

red 123 ◦ green 67 ◦ blue 76

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

Shades of Camelot #7B434C

Tints of Camelot #7B434C

RGB

 RED value IS 123 (48.44% from 255) = 46.24%

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

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

R = 46.24%
G = 25.19%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#7B434C (or 0x7B434C) is known color: Camelot. HEX triplet: 7B, 43 and 4C. RGB value is (123,67,76). Sum of RGB (Red+Green+Blue) = 123+67+76=266 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.24% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 123 - color contains mainly: red. Hex color #7B434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B434C is #84BCB3. Grayscale: #545454. Windows color (decimal): -8699060 or 4998011. OLE color: 4998011.

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

Color convert

RGB 123 67 76 -
CMYK 0 0.46 0.38 0.52
HSL 350.36º 0.29% 0.37% -
HSV(B) 350.36º 0.46% 0.48% -
XYZ 11.48 8.75 7.92 -
YUV 84.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 123 67 76 0 0.46 0.38 0.52 350.36 0.29 0.37
Hex 7B 43 4C 0 2E 26 34 15E 1D 25
Octal 173 103 114 0 56 46 64 536 35 45
Binary 1111011 1000011 1001100 0 101110 100110 110100 101011110 11101 100101

Color Harmonies of #7B434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B434C

Black with #7B434C

Text Example


Text Example

White with #7B434C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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