Html Css Color HEX #75675D Pine Cone

📋 copy color: '#75675D'

red 117 ◦ green 103 ◦ blue 93

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

Shades of Pine Cone #75675D

Tints of Pine Cone #75675D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.91%

 BLUE value IS 93 (36.72% from 255) = 29.71%

R = 37.38%
G = 32.91%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75675D (or 0x75675D) is known color: Pine Cone. HEX triplet: 75, 67 and 5D. RGB value is (117,103,93). Sum of RGB (Red+Green+Blue) = 117+103+93=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #75675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75675D is #8A98A2. Grayscale: #6A6A6A. Windows color (decimal): -9083043 or 6121333. OLE color: 6121333.

HSL color Cylindrical-coordinate representation of color #75675D: hue angle of 25º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75675D is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 103 93 -
CMYK 0 0.12 0.21 0.54
HSL 25º 0.11% 0.41% -
HSV(B) 25º 0.21% 0.46% -
XYZ 14.16 14.27 12.36 -
YUV 106.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 117 103 93 0 0.12 0.21 0.54 25 0.11 0.41
Hex 75 67 5D 0 C 15 36 19 B 29
Octal 165 147 135 0 14 25 66 31 13 51
Binary 1110101 1100111 1011101 0 1100 10101 110110 11001 1011 101001

Color Harmonies of #75675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75675D

Black with #75675D

Text Example


Text Example

White with #75675D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75675D; }

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

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

background-color css

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

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

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

border-color css

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

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

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