Html Css Color HEX #7F783D Crete

📋 copy color: '#7F783D'

red 127 ◦ green 120 ◦ blue 61

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

Shades of Crete #7F783D

Tints of Crete #7F783D

RGB

 RED value IS 127 (50% from 255) = 41.23%

 GREEN value IS 120 (47.27% from 255) = 38.96%

 BLUE value IS 61 (24.22% from 255) = 19.81%

R = 41.23%
G = 38.96%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#7F783D (or 0x7F783D) is known color: Crete. HEX triplet: 7F, 78 and 3D. RGB value is (127,120,61). Sum of RGB (Red+Green+Blue) = 127+120+61=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 127 - color contains mainly: red. Hex color #7F783D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F783D is #8087C2. Grayscale: #737373. Windows color (decimal): -8423363 or 4028543. OLE color: 4028543.

HSL color Cylindrical-coordinate representation of color #7F783D: hue angle of 53.64º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F783D is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 120 61 -
CMYK 0 0.06 0.52 0.50
HSL 53.64º 0.35% 0.37% -
HSV(B) 53.64º 0.52% 0.5% -
XYZ 16.31 18.28 7.08 -
YUV 115.37 97.32 136.3 -
System Red Green Blue C M Y K H S L
Decimal 127 120 61 0 0.06 0.52 0.50 53.64 0.35 0.37
Hex 7F 78 3D 0 6 34 32 36 23 25
Octal 177 170 75 0 6 64 62 66 43 45
Binary 1111111 1111000 111101 0 110 110100 110010 110110 100011 100101

Color Harmonies of #7F783D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F783D

Black with #7F783D

Text Example


Text Example

White with #7F783D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,120,61); }

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

background-color css

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

 a { background-color: rgb(127,120,61); }

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

border-color css

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

 span { border-color: rgb(127,120,61); }

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