Html Css Color HEX #757767 Finch

📋 copy color: '#757767'

red 117 ◦ green 119 ◦ blue 103

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

Shades of Finch #757767

Tints of Finch #757767

RGB

 RED value IS 117 (46.09% from 255) = 34.51%

 GREEN value IS 119 (46.88% from 255) = 35.1%

 BLUE value IS 103 (40.63% from 255) = 30.38%

R = 34.51%
G = 35.1%
B = 30.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#757767 (or 0x757767) is known color: Finch. HEX triplet: 75, 77 and 67. RGB value is (117,119,103). Sum of RGB (Red+Green+Blue) = 117+119+103=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 119 - color contains mainly: green. Hex color #757767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757767 is #8A8898. Grayscale: #747474. Windows color (decimal): -9078937 or 6780789. OLE color: 6780789.

HSL color Cylindrical-coordinate representation of color #757767: hue angle of 67.5º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #757767 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 103 -
CMYK 0.02 0 0.13 0.53
HSL 67.5º 0.07% 0.44% -
HSV(B) 67.5º 0.13% 0.47% -
XYZ 16.38 17.95 15.43 -
YUV 116.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 117 119 103 0.02 0 0.13 0.53 67.5 0.07 0.44
Hex 75 77 67 2 0 D 35 44 7 2C
Octal 165 167 147 2 0 15 65 104 7 54
Binary 1110101 1110111 1100111 10 0 1101 110101 1000100 111 101100

Color Harmonies of #757767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757767

Black with #757767

Text Example


Text Example

White with #757767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757767; }

 p { color: rgb(117,119,103); }

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

background-color css

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

 a { background-color: rgb(117,119,103); }

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

border-color css

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

 span { border-color: rgb(117,119,103); }

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