Html Css Color HEX #7C6969 Pharlap

📋 copy color: '#7C6969'

red 124 ◦ green 105 ◦ blue 105

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

Shades of Pharlap #7C6969

Tints of Pharlap #7C6969

RGB

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

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

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

R = 37.13%
G = 31.44%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7C6969 (or 0x7C6969) is known color: Pharlap. HEX triplet: 7C, 69 and 69. RGB value is (124,105,105). Sum of RGB (Red+Green+Blue) = 124+105+105=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6969 is #839696. Grayscale: #6E6E6E. Windows color (decimal): -8623767 or 6908284. OLE color: 6908284.

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

Color convert

RGB 124 105 105 -
CMYK 0 0.15 0.15 0.51
HSL 0.08% 0.45% -
HSV(B) 0.15% 0.49% -
XYZ 15.91 15.41 15.5 -
YUV 110.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 124 105 105 0 0.15 0.15 0.51 0 0.08 0.45
Hex 7C 69 69 0 F F 33 0 8 2D
Octal 174 151 151 0 17 17 63 0 10 55
Binary 1111100 1101001 1101001 0 1111 1111 110011 0 1000 101101

Color Harmonies of #7C6969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6969

Black with #7C6969

Text Example


Text Example

White with #7C6969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,105,105); }

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

background-color css

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

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

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

border-color css

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

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

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