Html Css Color HEX #7B6A69 Pharlap

📋 copy color: '#7B6A69'

red 123 ◦ green 106 ◦ blue 105

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

Shades of Pharlap #7B6A69

Tints of Pharlap #7B6A69

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.74%

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 36.83%
G = 31.74%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#7B6A69 (or 0x7B6A69) is known color: Pharlap. HEX triplet: 7B, 6A and 69. RGB value is (123,106,105). Sum of RGB (Red+Green+Blue) = 123+106+105=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6A69 is #849596. Grayscale: #6E6E6E. Windows color (decimal): -8689047 or 6908539. OLE color: 6908539.

HSL color Cylindrical-coordinate representation of color #7B6A69: hue angle of 3.33º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B6A69 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 106 105 -
CMYK 0 0.14 0.15 0.52
HSL 3.33º 0.08% 0.45% -
HSV(B) 3.33º 0.15% 0.48% -
XYZ 15.87 15.54 15.53 -
YUV 110.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 123 106 105 0 0.14 0.15 0.52 3.33 0.08 0.45
Hex 7B 6A 69 0 E F 34 3 8 2D
Octal 173 152 151 0 16 17 64 3 10 55
Binary 1111011 1101010 1101001 0 1110 1111 110100 11 1000 101101

Color Harmonies of #7B6A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6A69

Black with #7B6A69

Text Example


Text Example

White with #7B6A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,106,105); }

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

background-color css

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

 a { background-color: rgb(123,106,105); }

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

border-color css

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

 span { border-color: rgb(123,106,105); }

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