Html Css Color HEX #758552 Finch

📋 copy color: '#758552'

red 117 ◦ green 133 ◦ blue 82

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

Shades of Finch #758552

Tints of Finch #758552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.06%

 BLUE value IS 82 (32.42% from 255) = 24.7%

R = 35.24%
G = 40.06%
B = 24.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#758552 (or 0x758552) is known color: Finch. HEX triplet: 75, 85 and 52. RGB value is (117,133,82). Sum of RGB (Red+Green+Blue) = 117+133+82=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #758552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758552 is #8A7AAD. Grayscale: #7A7A7A. Windows color (decimal): -9075374 or 5408117. OLE color: 5408117.

HSL color Cylindrical-coordinate representation of color #758552: hue angle of 78.82º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #758552 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 133 82 -
CMYK 0.12 0 0.38 0.48
HSL 78.82º 0.24% 0.42% -
HSV(B) 78.82º 0.38% 0.52% -
XYZ 17.25 21.17 11.16 -
YUV 122.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 117 133 82 0.12 0 0.38 0.48 78.82 0.24 0.42
Hex 75 85 52 C 0 26 30 4F 18 2A
Octal 165 205 122 14 0 46 60 117 30 52
Binary 1110101 10000101 1010010 1100 0 100110 110000 1001111 11000 101010

Color Harmonies of #758552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758552

Black with #758552

Text Example


Text Example

White with #758552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758552; }

 p { color: rgb(117,133,82); }

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

background-color css

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

 a { background-color: rgb(117,133,82); }

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

border-color css

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

 span { border-color: rgb(117,133,82); }

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