Html Css Color HEX #7A7665 Flint

📋 copy color: '#7A7665'

red 122 ◦ green 118 ◦ blue 101

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

Shades of Flint #7A7665

Tints of Flint #7A7665

RGB

 RED value IS 122 (48.05% from 255) = 35.78%

 GREEN value IS 118 (46.48% from 255) = 34.6%

 BLUE value IS 101 (39.84% from 255) = 29.62%

R = 35.78%
G = 34.6%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7A7665 (or 0x7A7665) is known color: Flint. HEX triplet: 7A, 76 and 65. RGB value is (122,118,101). Sum of RGB (Red+Green+Blue) = 122+118+101=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7665 is #85899A. Grayscale: #757575. Windows color (decimal): -8751515 or 6649466. OLE color: 6649466.

HSL color Cylindrical-coordinate representation of color #7A7665: hue angle of 48.57º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A7665 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 118 101 -
CMYK 0 0.03 0.17 0.52
HSL 48.57º 0.09% 0.44% -
HSV(B) 48.57º 0.17% 0.48% -
XYZ 16.85 18.03 14.9 -
YUV 117.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 122 118 101 0 0.03 0.17 0.52 48.57 0.09 0.44
Hex 7A 76 65 0 3 11 34 31 9 2C
Octal 172 166 145 0 3 21 64 61 11 54
Binary 1111010 1110110 1100101 0 11 10001 110100 110001 1001 101100

Color Harmonies of #7A7665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7665

Black with #7A7665

Text Example


Text Example

White with #7A7665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,118,101); }

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

background-color css

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

 a { background-color: rgb(122,118,101); }

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

border-color css

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

 span { border-color: rgb(122,118,101); }

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