Html Css Color HEX #7C6C69 Pharlap

📋 copy color: '#7C6C69'

red 124 ◦ green 108 ◦ blue 105

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

Shades of Pharlap #7C6C69

Tints of Pharlap #7C6C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.05%

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

R = 36.8%
G = 32.05%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7C6C69 (or 0x7C6C69) is known color: Pharlap. HEX triplet: 7C, 6C and 69. RGB value is (124,108,105). Sum of RGB (Red+Green+Blue) = 124+108+105=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6C69 is #839396. Grayscale: #707070. Windows color (decimal): -8622999 or 6909052. OLE color: 6909052.

HSL color Cylindrical-coordinate representation of color #7C6C69: hue angle of 9.47º 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 #7C6C69 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 108 105 -
CMYK 0 0.13 0.15 0.51
HSL 9.47º 0.08% 0.45% -
HSV(B) 9.47º 0.15% 0.49% -
XYZ 16.22 16.03 15.6 -
YUV 112.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 124 108 105 0 0.13 0.15 0.51 9.47 0.08 0.45
Hex 7C 6C 69 0 D F 33 9 8 2D
Octal 174 154 151 0 15 17 63 11 10 55
Binary 1111100 1101100 1101001 0 1101 1111 110011 1001 1000 101101

Color Harmonies of #7C6C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6C69

Black with #7C6C69

Text Example


Text Example

White with #7C6C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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